home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PsL Monthly 1993 December
/
PSL Monthly Shareware CD-ROM (December 1993).iso
/
prgmming
/
dos
/
basic
/
files.bbs
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
File List
|
1993-11-03
|
72.0 KB
|
1,026 lines
TRY_QB.ZIP 681525 09-16-93 Try QuickBASIC (Microsoft Corporation; $0)
| contains a trial version of Microsoft
| QuickBASIC 4.5. Only those features that
| allow you to load and save your programs, or
| compile executable files have been disabled.
| MS has put virtually the entire QB manual
| into context-sensitive help screens.
ANGELLIB.ZIP 242465 06-15-93 AngelLib 1.9 (Babudro, Angel; $17) is a
| library of MS Basic PDS 7.1 routines for
| developing business applications. Routines
| are provided to manage/select printers and
| fonts, laser font downloading, scrollable
| information window, file selection window
| and more. Sample linker library (LIB) and a
| quick library (QLB) are included.
APG@_1.EXE 290506 04-15-93 Automatic Program Generator 1.2 (S & M
| Software; $30) allows for easy creation of
| programs that create, maintain and print
| data files. Several files are included as
| examples.
APG@_2.EXE 127977 04-15-93 See xxx
APBASIC.ZIP 136591 10-13-93 APBasic Compiler (CompTech Software and
| Consulting Inc.; $43) is a structured BASIC
| programming environment and compiler with
| full-screen debugger and extensive on-line
| help. ASIC (disk #2363), a similar program,
| is a very good BASIC compiler but without
| denigrating it in any way, APBasic seems to
| be even slicker, more powerful, and more
| compatible with BASICA/QB. We fed a small QB
| program into APBasic which handled it
| easily. The same program in ASIC generated
| over 50 compatibility type errors when
| compiled. We also like APBasic's debugging
| and error searching better. A program is
| included that will create a doc file from
| the help file.
ASIC.ZIP 272649 10-13-93 ASIC 4.0 (Visti, David A.; $25) is a BASIC
| programming environment. It includes a
| full-screen text editor from which you can
| edit, compile, and execute your programs -
| all without leaving the editor. ASIC is a
| subset of BASICA and GWBASIC and supports
| over 40 BASIC statements, integer and string
| variables, and integer arrays. It will
| compile programs at high speed, and the code
| it generates is fast and compact. It
| includes support for Bload, Bsave, Command$,
| Date$, Time$, and many other commands. Other
| features include on-line keyword and menu
| help, fast debugger trace speed, support for
| 32 bit integer values, block IF statements,
| support for hexidecimal and binary
| constants, EGA/VGA graphics support, and
| more.
TINYBAS.ZIP 26223 10-15-93 Tiny Basic Interpreter is the assembler
| source code and executable for a small (<3k)
| Basic interpreter.
BASCTUT.COM 9395 06-21-90 BASIC Tutorial #1 (Harper, Richard ASP; $0)
| is a tutorial on BASIC. It deals with with
| variables, INPUT and PRINT statements and
| simple program flowcharting.
QUIRKS.TXT 82178 10-19-90 Quirks (Novisoff, Mark; $0) contains
| information about bugs, quirks, and general
| points of interest about PDS7 and QB.
TUTORQB.COM 34266 03-14-90 TutorQB (Ford, Nelson, ASP; $0) is a set of
| tutorials for QB. While most of the
| information is still valid, the screen
| layouts were done for QB.
ISAMTOO.EXE 11886 11-15-91 IsamToot (Woodward, Kirk; $0) is a tutorial
| on Microsoft's ISAM database engine in PDS
| 7. The course moves from flat file demos to
| multi-file, relational database application.
| Source is included.
UN_NEW.DOC 337 02-26-84 Un_New tells how to get back a program in
| BASICA after typing NEW.
5BASIC_.EXE 22611 03-27-93 5BASIC (DeJesus, Edmund; $0) teaches you how
| to write programs by learning just 5 Basic
| statements.
SUBLIST.EXE 64645 06-18-92 Sublist 1.0 (Feldhamer, Leon; $0) creates a
| cross reference listing of all SUBs and
| FUNCTIONS in a Quick Basic or Basic PDS
| program.
TRUERR.ZIP 2845 07-28-92 TruErr (Kiehl, Thomas; $35) gives you the
| true error line in your compiled PDS or
| VBDOS programs instead of addresses pointing
| to the error handler.
BTRAIN.ZIP 72441 10-18-93 Basic Training 1.2 (Cascoly Software ASP;
| $?) is an introductory tutorial on Basic
| programming. It can be used with almost any
| Basic compiler or environment such as QBASIC
| that comes with DOS 5 or GWBASIC that comes
| with most DOS's prior to 5.
SIMP_HLP.ZIP 348168 10-17-93 Simply Help 1.06 (Simpleware ASP; $35) lets
| you add hypertext type help systems to your
| QB programs, as well as create stand-alone
| hypertext manuals, etc. A hypertext editor,
| compiler, and library for QuickBASIC 4.xx
| are included.
RTX____.EXE 43012 09-11-92 Rtx Professional Toolbox (Cyberphilia, Inc.;
| $30) lets your apps quickly and easily
| generate professional looking reports from
| your raw data. Rtx handles page breaks,
| headers and footers, formatting,
| subtotalling columnar data and much more.
BASICXR.EXE 27691 05-08-92 BasicXR (Goodale, JN; $15) will print a
| program listing, a cross-reference of line
| labels or line numbers, and a cross
| reference of reserved words.
COMPARE.EXE 26112 12-24-84 Compare (Fort's Software; $10) compares two
| Basic program files which are saved on the
| disk in ASCII format.
QB_LIST.ZIP 35041 07-21-92 QB_LIST (Don West; $0) lists QuickBASIC or
| QBASIC programs better than their respective
| editors list them.
SMALLE.COM 8471 12-27-90 SmallE (Muench, T.G. ASP; $0) is a text file
| describing how to create smaller QuickBASIC
| programs. Two sample programs are included.
STRIPHLP.BAS 588 02-21-91 StripHlp (Comptech Software and Consulting,
| Inc.; $?) will strip the QB help file down
| to pages that can be printed.
FLWCHRT.COM 31416 03-13-90 Flowchart (Lively, Lynn; $?) charts the flow
| of a Basic program to make it easier to
| understand and modify that program.
LINEBUG.COM 2679 03-13-90 Linebug (ComFax; $10) lets you know whether
| or not you have accidentally fouled-up any
| line numbers in a BASIC program when you are
| not using the BASIC Editor. Linebug will
| display the line number of any line that is
| a duplicate, out of sequence, contains an
| illegal character, or does not have the
| proper number of characters.
BL_UTIL.COM 7001 08-21-90 MakeBload/StripBload (Nelson, Chuck; $0)
| converts data files to/from BASIC's BLOAD
| format.
MAKEQLB.EXE 67987 10-09-90 MakeQLBV is a .QLB maker utility for BASIC
| programs. Also included is FASTQLB.
MON_RB.COM 22674 03-13-90 Monitor (Bemis, Richard C.; $?) is a series
| of routines that provide a consistant user
| interface for application development. It
| helps minimize the drudgery of screen
| development, menus, titles, prompts, and
| editing input as the user interacts with
| your application. Monitor's routines are
| designed to be incorporated as a "front end"
| into application programs and were created
| to make custom application development
| easier.
OPTIMIZ.COM 9824 03-13-90 Optimize (Glowacki, Dave; $?) removes all
| unreferenced line numbers, allowing the
| compiler to optimize over entire blocks of
| code rather than single lines.
PROFILE.COM 2162 03-13-90 Profile resides in memory and logs how much
| time is spent executing each part of a
| program.
SCRN_MAP.BAS 4753 03-05-84 Scrn_Map will cause the Epson printer (with
| script capability) to make a form that can
| be used to lay-out screen formats for the
| IBM color-graphics adapter card in the
| alpha-numeric mode in either the 40 or 80
| column width. You may choose either a blank
| form or one with each character position
| filled with the address of the memory
| location corresponding to that position.
SQUISH33.EXE 10752 08-18-85 Squish33 (Buerg, Vernon D.; $0) will very
| quickly remove blanks and, optionally,
| remarks and line numbers and combine lines
| from a BASIC program stored in ASCII.
BPREP.EXE 22309 05-08-92 BPrep 1.10 Applied Design Group; $29) is a
| preprocessor for the BASIC language. It
| provides conditional compilation, include
| files, and defined constants. It can be used
| with just about any BASIC product including
| Turbo Basic, QuickBasic, GW Basic, and MEQ
| Basic.
LOVR.COM 17121 01-29-90 Lovr 1.12 (Devore, Michael E.; $45) is an
| overlay manager for QuickBASIC 4+. An
| overlay manager allows you to not have to
| load all of your program at once, calling up
| additional parts only as needed. This allows
| programs to load faster and to run in less
| memory. LOVR will add about 11k to the size
| of your EXE program and will support up to
| eight overlays, calls between overlays and
| the /EXEPACK option of LINK.
PRNTPRG.COM 38955 01-18-91 PrntProg (Freeman, Daniel; $0) prints out QB
| code with subroutines on separate pages,
| long lines wrapped around instead of
| truncated (on HPLJs), and a table listing
| all the subroutines and their page numbers.
QBAUTO.COM 4045 01-29-90 QBauto is QB4 source code for a program to
| get QB to automatically compile all the
| programs in the current directory.
QBFE.COM 63383 01-10-91 QuickBasic Front End (Gagliano, Jim; $0) is
| a front end for QB(X). It lets you select
| from up to 16 command line options, as well
| as specify a QLB and program module to load.
| The program is not as efficiently designed
| as it could have been, but it is a good
| concept overall. (We have discussed the
| design problems with the author who may make
| changes accordingly.)
QBFLOW.COM 39827 01-23-90 QBFlow (van Kuilenburg, Martin; $0) shows
| the relationships between the main module
| and the SUB and FUNCTION procedures in a
| QuickBasic source file.
QBCREF_.COM 47226 09-06-90 QBcref (Tesch, Greg; $?) produces a program
| listing and cross-reference of QB programs.
QBPRT__.COM 43304 05-30-89 QBPrt 1.0 (Weinman, L.; $0) will make
| QuickBASIC source code more readable by
| indenting the logical structures to make
| them more obvious.
QBX____.COM 43917 03-14-90 QBX 2.06 (Buerg, Vernon D.; $0) is a
| cross-reference utility for QB programs,
| particularly those written without line
| numbers. It will print out a listing of the
| specified program, adding a line number to
| each line. It will then print a list of
| variables cross-referenced to those line
| number.
LIBKEY_.COM 59240 03-22-91 Libkey 1.0 (Coon, John M.; $20) is a
| Quicklibrary and LIB utility for QuickBasic
| programmers. It will handle libraries with
| as many as 1000 object modules and will link
| your libraries to the QuickLibrary utility
| of your choice.
MIE____.EXE 12151 09-15-92 MIE (Roepenack, Scott; $25) is a QLB that
| lets you insert over 50 lines of code for IF
| ELSEIF END IF statements in under 10 seconds.
MSC____.EXE 11873 09-15-92 MSC (Roepenack, Scott; $25) is a QLB that
| inserts a Select Case into your programs
| with a couple of keystrokes.
QBLINK_.EXE 71809 03-19-93 QBLink 3.1 (Jordan, Gerald; $10) is a
| compiler and linker manager for BC. You get
| access to command-line options not available
| from within the environment, while still
| having the ease of use of a menu driven
| interface for compiling -- a must for anyone
| with QB or PDS who doesn't enjoy reading
| manuals.
SORTS.BAS 19947 06-17-92 Sorts runs and compares 10 programs for
| sorting numbers and strings in BASIC. An
| informative explanation is also included.
XREF___.EXE 62114 04-21-92 Xref 1.6 (Tools; Dean Hodges; $10)
| cross-references QB code: subroutines,
| functions, constants, labels and variables.
IDECLAR.EXE 41272 01-21-93 IDeclare 1.01 (KittyTigerSoftware; $5)
| creates include files without duplicate or
| unused declarations, customized for selected
| modules. Up to 32 include files and up to 32
| modules can be selected.
PREQLB_.EXE 82650 09-11-92 PreQLB 2.0 (MicroHelp Inc.; $0) will
| automatically build a Quick Library
| containing all the external routines needed
| by a specific program.
QBTINY_.EXE 72307 03-18-93 QBTiny 1.2 (Hanlin, Thomas G. III; $35) lets
| you create smaller QB 4.5 EXE files.
COMMENTS.ZIP 82414 10-17-93 Comments (LAMCO Software; $20-$30) does a
| very thorough job of helping you annotate
| your QB source code. It examines your code,
| prompts you for information where needed,
| saves your original code to a backup file,
| and creates a new file with your commented
| code.
LIBMGR.ZIP 54310 10-16-93 LibMgr (Evers, Dave; $?) is a library
| manager to make Microsoft's QuickBASIC
| BUILDLIB easier to use.
PPM110.ZIP 524065 08-17-93 Programmer's Project Manager 1.1 (Stevenson
| Technical Services, Inc.; $50) allows BASIC
| programmers to have complete control over a
| program's development. You can compile, link
| using multiple libraries, compress the EXE,
| scan for viruses, date/time stamp, and
| compress the entire project. Source files
| can be edited using your own editor or the
| PPM editor provided.
QUIKLINK.ZIP 120954 10-17-93 QuickLINK (BaySys; $33) is a menu-driven
| compilation and link manager.
QKCOMPIL.ZIP 99844 10-17-93 QuickCompile v1.0 (Thomas Software; $15)
| greatly simplifies compiling with QB. It
| makes it easy to select the compilation
| switches you need. In fact, it looks at your
| source and selects most of the ones you need
| automatically. On-line help is available for
| all BC and Link options.
SA_KNIFE.ZIP 104256 10-15-93 Swiss Army Knife is a set of utilities
| primarily for use with BASICA: file
| compaction, line optimization, alias
| substitution, formatted program listing and
| cross-referencing of variables and line
| numbers.
DOUBLHSH.BAS 7552 03-24-90 DoubleHash (James, Colin III, CQA; $?) is a
| useful method for data compression when it
| is necessary to search for strings
| previously encountered in the uncompressed
| data. Double hashing performs better than
| linear probing when the hash table gets
| full, and is usually faster than linked
| lists.
QBARCV.COM 4928 03-14-90 QBArcv is an assembler routine to call from
| BASIC that will read the contents of ARC
| files.
BARMENU.BAS 1564 10-22-86 Barmenu is an example of how to create a bar
| menu.
DATABAS.COM 14463 05-29-89 DataBas is a set of QuickBASIC routines for
| text entry, record selection with a "bounce
| bar" and data indexing.
INKEY_NF.ZIP 5618 10-15-93 Inkey_NF (Ford, Nelson, ASP; $0) is a data
| entry control routine. Inkey2 is a more
| complex version.
INPEDIT.COM 9363 12-18-89 Input/Editor (Sharpe, Randy; $0) is a QB
| data entry routine. It allows you to layout
| the screen as you wish, providing for
| movable field names and input fields, a
| validation message line for each field
| displayed where you wish, and the ability to
| use the TAB, Arrows, or ENTER key.
LTSMENU.BAS 4350 10-23-86 LTSMenu is an example of how to create a
| Lotus-type menu.
MENURTN.COM 21039 10-05-90 MenuRtns (Smith, Robert R.; $0-$25) is a
| library of QB routines: GetTime, GetDate,
| Shadow, Waitkey, MenuBar, MenuWindow, and
| DrawBox.
MENUSUB.BAS 3136 12-09-86 MenuSub is a routine to create moving bar
| menus in QB.
QBEDITR.COM 7452 04-01-89 QBeditor (Rouse, Christopher P.; $0) is a
| linkable edit routine for QuickBASIC. It is
| designed to be used with single line entry
| fields in a data base environment, it does
| not support the vertical cursor movement
| functions such as the up and down arrows,
| page up or down, etc.
SELECT.COM 6269 12-18-89 Screen Selector (Sharpe, Randy; $0) is a QB
| routine that allows user selection of a
| number of choices displayed on the screen.
| It allows for various combinations of rows,
| columns, column widths, and column spacing,
| as long as they will fit on the screen.
BBMENU.EXE 11291 03-19-92 Bounce Bar Menu (Woodward, Kirk; $25) is
| BASIC source code for a moving bar menuing
| system.
TWOTAP.EXE 9698 01-20-92 TwoTap (Woodward, Kirk; $0) is source for a
| menuing system for QuickBASIC and/or PDS 7.1.
YNQFRA.EXE 7915 02-04-92 YNQfra (Woodward, Kirk; $10) is module that
| displays a Yes/No/Quit grid. The user makes
| a choice with the cursor keys. Extensive
| error trapping is included.
EDIT_Q.COM 28921 06-19-91 Edit_Q (Kelly, Sidney J.; $0) is a
| QuickBasic text input/edit routine written
| in assembler. It supports full cursor
| control, insert, delete, etc., and will
| filter out invalid keystrokes. All source
| code is included.
MYED_SRC.ZIP 62071 10-16-93 MyEd Source (Ford, Nelson ASP; $0) this disk
| contains the complete QuickBASIC source code
| for a text editor. The source is
| modularized, heavily annotated, and uses
| long, descriptive names for variables and
| subroutines. All or part of the code could
| be added to any program needing editing
| capabilities or you could simply customize
| it for your own use.
PULDOWN.EXE 90094 11-19-92 PulDown 3.0 (Duro, Albert; $15) generates
| customizable menus, both in the QuickBASIC
| environment and in compiled files. It is
| designed for creating menus with four to
| seven first-level selections and 20-50
| second level options. Mouse support is
| provided.
CODE_IT1.ZIP 252322 10-13-93 Code-It for PDS and QB (Clear Software; $59)
| is a set of menu and windowing libraries for
| BASIC PDS and QuickBASIC. You can build pull
| down menus, pop-up menus, and ring or
| vertical menus. Windows can have text,
| boxes, lines, edit fields with controlled
| keyboard input and output, and several types
| of buttons. Other routines include mouse
| support, specialty windows, screen saving
| and restoring, box drawing, video hardware
| detection and more.
CODE_IT2.ZIP 254615 10-13-93 See xxx
BWINDOWS.ZIP 60418 10-13-93 B-Windows (Image Computer Systems; $?) is a
| windowing routine BASICA and QB4.
BASWIND.ZIP 222763 10-13-93 Baswind & Bwtool (Evers, Dave & Morgan, J.
| P.; $0) is an extensive set of windowing and
| mouse routines for QB 4.5. Also included
| with BASWIND is the QB and assembler source
| as well as a compiled QB4.5 version of the
| demo programs. The documentation on how to
| interface to the various window/mouse
| routines is also included.
EZWINDOW.ZIP 336571 10-13-93 EZ-Windows (Strong, John C.; $30) is a
| collection of 15 CALLable routines for doing
| pop-up, pull-down and other window
| functions. Compatible with Microsoft
| development system, and PDS 7.
VIDBASIC.ZIP 116250 10-13-93 VidBASIC (Kelly, Sidney J.; $0) contains
| QBASIC/MASM video text mode routines. You
| can save, restore, move, change, switch,
| identify, and write fast to the screen.
| Source is included.
MENUMAN.ZIP 157907 10-19-93 MenuMan 1.6 (Salt and Light Software; $10)
| generates menu code for your programs with
| selection by letters or numbers and with
| eight different box styles.
BW.ZIP 5203 10-16-93 BASIC Windows (Wanex, Scott; $0) is an
| assembly language subroutine that is called
| from BASIC that will permit the use of pop
| up windows. Source, code and demo are
| included.
POPUPS.ZIP 67798 10-16-93 PopUps (Allan, Geoff; $25) is a library of
| text windows for QuickBASIC 4 and includes
| shadows, changeable colors, and mouse
| support. It supports MDA, CGA, Hercules,
| EGA, and VGA display adapters.
QBWIND.ZIP 28361 10-16-93 QBWindow2 (Messner, Jay; $?) is a set of
| utilities for use in QuickBasic 4.x to
| perform windowing and menuing functions.
QWEZ61.ZIP 320256 07-14-93 Windows R-E-Z 6.1 (Magnanti, Richard A.;
| $33) is a window management system for QB4+.
| With this collection users can make, save,
| restore, and delete up to 20 windows. The
| memory used to save windowed areas is
| outside of BASIC's normal data storage area
| leaving more room for the BASIC programs
| data.
PWEZ61.ZIP 316544 07-14-93 Windows R-E-Z (PDS) 6.1 (Magnanti, Richard
| A.; $33) is a window management system for
| BASIC 7.+ (PDS). See the description above.
KELLY_IF.ZIP 124270 10-17-93 Kelly's Interface (Kelly, Sidney J.; $0) is
| a nice set of routines and demo code for
| creating a mouse-controlled user interface
| with pull-down menus, buttons, and
| context-sensitive help.
LANGWN1.EXE 263444 04-15-93 LangWin 2.3 (Lang, Allen; $0) is a library
| of functions and subroutines that can be
| used to add Graphical User Interface (GUI)
| features to your text-mode programs.
| Features include shadowed windows, push
| buttons, click boxes, dialog boxes, input
| fields, mouse support and more.
LANGWN2.EXE 148554 04-15-93 See xxx
PRO_PDS.EXE 403 10-17-93 ProWindows Lite for BASIC PDS 7 5.2 (DSE
| Software Publishing; $25-$60) is a pop-up
| windows library for PDS7. The window manager
| can manage up to 128 concurrent windows. The
| program supports multiple, full-color,
| overlapping windows. You can move, re-size,
| hide, and scroll windows with either
| commands or a mouse.
PRO_QB_.EXE 428 10-17-93 Pro_QB is a version of ProWindows Lite for
| QuickBASIC.
VUDU.ZIP 88022 10-17-93 VUDU (Binary Systems; $35) is a library of
| tools for QB or PDS 7. Routines include
| windowed menus, pull down menus, dialog
| boxes, scrolling menus, and more. Also
| included is an executable demo and it's
| BASIC source code.
HERCDMP.ZIP 2891 10-16-93 HercDump contains QuickBASIC 4 routines for
| printing of Hercules graphics screens to
| Epson or HP Laserjet compatible printers.
PSLJII2.BAS 1400 03-14-90 PSLJII2.BAS (Cochran, Steve; $0) is a
| callable routine to print a graphics screen
| (VGA, etc.) from a QB program to a HP LJII
| printer.
SCRNCODE.ZIP 59924 10-13-93 ScreenCode is a screen designer with BASIC
| source code generator.
SCRNDUMP.BAS 2176 03-16-87 ScrnDump shows how to dump a graphics screen
| to printer.
BOXMAKR.ZIP 2598 10-16-93 BoxMaker lets you choose a screen border
| style, for which it will then generate the
| source code to add to your program.
BIGPRT.ZIP 10724 10-16-93 BigPrint 3.0 (Himowitz, Michael J.; $0)
| demonstrates techniques for displaying and
| printing messages containing large, bold
| characters. It is for QuickBasic 4.0+, and
| also includes some other screen routines.
HIRESCOL.BAS 4850 03-05-84 HireScol (Johnsen, James L.; $?) shows how
| to have color in the 640x200 graphics mode
| in CGA.
PLOT3D.ZIP 2087 10-16-93 Plot3D is BASIC code to plot a circular wave
| in three dimensions.
QBFONT.LST 3380 03-22-89 QBFont is an article that describes how to
| display a user-defined character set of up
| to 256 characters in Hercules graphics mode
| using QuickBASIC or BASCOM 6.
QBICONS.ZIP 3887 10-16-93 QBIcons is a set of 13 icons for use in your
| QB/PDS graphics applications. Sample code
| includes a SUB for loading the icon files
| from disk.
QBQUICK.ZIP 44752 10-16-93 QBQuick 3.0 (Roepenack, Scott; $0-$5)
| creates graphic displays for programs.
| Screens contain full borders, filler colors,
| text and palette backgrounds. A separate
| file is generated with all the source code
| for that screen mode.
SCROLL.ZIP 5830 10-16-93 Scroll is code for scrolling the screen up,
| down, left, right.
SETCOLOR.BAS 3051 11-06-20 SetColor.BAS (Zuck, Jonathan; $0) are
| routines that let you write to the screen in
| whatever colors are already at the cursor
| location.
VIDSTAT.ZIP 19160 10-16-93 VideoStatus (Kelly, Sidney J.; $0) is a set
| of QBASIC/MASM video detection routines.
| MASM source and OBJ files included, along
| with sample BAS source and an EXE file to
| show how it works.
SPLTSCRN.BAS 3065 10-16-93 SpltScrn splits the screen into two windows.
BKSCREN.COM 49468 06-20-90 BKScreen (Hewitt, Bill; $10) produces
| QuickBASIC code to produce a screen display
| from a text file. The screen display file
| can then be merged or included in your
| QuickBASIC program.
DRFONT_.EXE 26441 05-18-93 DRFont 1.0 (Roepenack, Dawn; $10) contains
| 10 fonts, a QLB and source that shows you
| how to use them.
GRAD___.EXE 10257 03-24-93 Grad 1.1 (Long, Nick; $8) is a library for
| using gradient screen colors on VGA.
BOXDRAW.BAS 8251 10-24-92 BoxDraw (De Palma, John; $0) is QB Sub for
| drawing boxes of a specified size, location,
| line type, and color.
ASC4QB.ZIP 204206 10-17-93 ASC4QB (Gaylord, Charles S.; $0) allows
| printing ASCII text anywhere on a graphics
| screen, rather than on just the default text
| lines. The program has a menu driven, ASCII
| Graphic Image file generator. It supports
| CGA, EGA, VGA, and Hercules hardware. It
| also supplies code for making use of
| multicolor .AGI files.
PCINPUT.ZIP 51946 10-13-93 PCInput lets you design input screens for
| Basic.
SD_AID.ZIP 66858 10-13-93 Screen Design Aid lets you design screens
| for Basic.
HELPER.ZIP 47031 10-13-93 Helper helps create screens for BASIC
| programs.
IMGBLD.COM 65049 01-26-90 Image Builder 1.1 (Eggers, Paul; $10) is a
| graphic utility for creating different
| graphic images, icons, fonts, or just shapes
| for use in your QuickBASIC programs. All
| images created and saved may be reloaded and
| modified. Requires EGA or better. Mouse is
| Optional.
BSPRITE.COM 60312 02-26-91 BSprite (Lee, David; $0) makes it easy to
| create "sprites" (graphics images) from
| which BASIC code is generated for merging
| with your own to use the graphics.
BENTTEXT.BAS 744 08-14-86 BentText lets you have different size text
| in the graphics mode.
SHOOTER.EXE 66808 03-10-92 Shape Shooter 1.0 (Way Out West-ware; $10)
| lets you easily design and animate high
| quality VGA graphics for games and other
| applications. It permits editing of up to 64
| shapes at a time. Drawing functions include
| line, circle, fill, shift, and flip.
| QuickBasic source code is included.
ANIMAT_.COM 7968 06-24-93 Animat shows how to do animation in
| QuickBasic.
GRAFXMAS.ZIP 92028 10-17-93 Graphics Master 256 (Sexton, Fred Jr.; $30)
| is a library of graphic routines. It
| features mirror images, exploding,
| imploding, partial puts, virtual screens,
| and more. A demonstration is included.
BIZ_GRAF.ZIP 65735 10-16-93 Business Graphics (Ford, Nelson, ASP; $30)
| is the source code for the programs from the
| book Business Graphics for the IBM PC
| (Sybex, 1983) Although there are a few
| simple examples, such as pictorial graphs,
| window zooming, a drawing program and code
| for your own character set, two of the
| programs are complete, major programs: one
| for plotting on screen and the other for a
| plotter.
DESIGNER.ZIP 37015 10-14-93 Designer (Young, Jan B.; $20) is a
| programming tool for BASIC users working
| with animated graphics. The BASICA source
| code is included for those who wish to study
| and/or modify it. Included with The Designer
| is a demonstration program which illustrates
| one way to program animation.
AABAS.ZIP 22656 10-16-93 AABAS 1.0 (Hanlin, Thomas G. III; $8) is a
| library of BIOS and DOS calls. Routines
| included are for display and keyboard,
| mouse, joystick, disk, printer, equipment
| info, XMS memory, and more.
ASMS4QB.ZIP 9192 10-16-93 Asms4QB (Kilday, Jack; $10) is a collection
| of assembler source listings for various
| subroutines for QuickBASIC.
BASDLX.ZIP 5203 10-16-93 Basic Deluxe (Verdun, Gustavo; $?) is a set
| of assembly language routines to be called
| by compiled BASIC programs.
MASTER.ZIP 16735 10-16-93 Master (Wesson, David A.; $0) is a set of
| subroutines for QuickBASIC.
MAXBASC.ZIP 42962 10-16-93 MaxBASIC (Marquis Computing; $5-$15) is a
| set of routines, sub-programs and files for
| QuickBASIC/PDS. The routines will read,
| write, create, and manage dBASE III, III+ &
| IV database files. Commented source code and
| a demo program are included.
SHORTSUB.BAS 9377 09-13-83 Shortsub (Patterson, D. G.; $?) offers the
| following short subroutines: Yes or no at
| X1,Y1 location, Functions, Continue routine,
| Upperfy a string (in X$), Printer error
| routines (80 COLS), Printer error routines
| (40 COLS), Load disk A and disk B, Sets
| output for screen, or printer, and Reset
| function keys.
Q4T16B.ZIP 89254 08-25-93 Q4Tool Library 1.6 (Crouch, R. J. ASP; $24)
| is a small collection of programming tools
| for QB4+. Includes routines on Mouse
| Services, Windowing, Screen save/restore,
| Screen print, Screen string centering, and
| Program delays.
PBCLONE.EXE 277616 04-06-93 PBClone Library 2.1 (Hanlin, Thomas G. III;
| $39) is a powerful set of routines written
| in assembly language for QB programmers. No
| QB programmer should be without a library of
| routines like this one.
QBWARE.EXE 189463 12-18-92 QBWare (AJM Software; $39) is a
| comprehensive set of callable routines for
| QuickBasic. DOS routines provide access to
| the DOS spooler and memory management
| routines. The BIOS subroutines let you
| interface to BIOS fro greater control of the
| computer system and increased speed.
| Windowing routines are also included.
QLIB.EXE 228906 12-18-92 QLib (Herr, Douglas; $25) is a library of
| assembly language subroutines for
| QuickBASIC's 2, 3 and 4. 4.5 and BC7.
| Routines include fast video, screen
| save/restore, windowing, horizontal and
| vertical scrolling, keyboard input, data
| entry and manipulation and more. Most video
| routines support the EGA 43-line mode, the
| Paradise EGA 132-column mode, support for
| Everex Micro Enhancer EGA card text modes,
| as well as Hercules graphics. Additional
| support is provided for LineEdit cursor and
| CursorON subroutines for monochrome EGA
| systems in 43-row modes, Super13a
| higher-resolution graphics for standard VGA,
| and BitBlock screen manipulation for
| 256-color graphics modes. The math
| coprocessor is also supported.
BP_TOOL.ZIP 51490 10-17-93 Basic Programmer's Toolbox 1.0 (Bill Smith;
| $25) is a collection of over 70 routines and
| functions for QB and PDS. Major categories
| of routines include date/time, video, disk
| drive (eg: file copy, tree), keyboard,
| mouse, user interface (eg: password,
| pulldown menus), and system (eg: reboot,
| videopage). LIB, QLB and INC files are
| included.
BASWIZ.ZIP 274505 07-14-93 BASIC Wizard's Library 2.0 (Hanlin, Thomas
| G. III; $39) is a set of routines written in
| BASIC and assembly language for use with the
| QuickBASIC and BASCOM compilers. It provides
| a powerful virtual windowing system, an
| expression evaluator, display detection, far
| strings, COM3 and COM4, pointers, memory
| management, math support and more. Requires
| a hard disk or high density floppy and
| [LibWiz] (included).
BOYETT.ZIP 325400 10-18-93 Boyett Utils for Basic 1.0 (Boyett, Will;
| $27) is a collection of utilities for use
| with QuickBasic, QBasic, PDS, and GW-Basic.
| It allows you to use patterns for coloring,
| convert PCX files to BSAVE format, list all
| modules, SUBs and FUNCTIONs of a QB program,
| compile and link only those OBJ's that have
| been modified since the last compilation and
| more.
BASTODOS.ZIP 8613 10-16-93 BasToDOS (Morga n, James; $0) will allow you
| to get type of disk drive, look for
| first/next matching file name, get system
| time (to 100th seconds), get DOS version #,
| get free disk space, get/set current default
| drive, get current directory and change file
| attributes.
CSSTEST.ZIP 1132 10-16-93 CSSTEST is a linkable assembler routine for
| getting the amount of free space on a disk.
| An example of how to call the routine from
| BASIC is included.
DIR6.ZIP 6025 10-16-93 DIR6 (Link, Thomas; $0) will read a
| directory and return the directory
| information. It is in LINKable format.
DIRINFO.ZIP 14019 10-16-93 DirInfo (Editing Services Co.; $0) is an
| assembler routine to quickly capture
| directory information in QB programs. It
| will fetch file names, attributes, dates,
| and times into an array of user-defined
| type, with full control over file selection
| by attribute, etc.
DIRSUB.ZIP 2670 10-16-93 DirSub (Darter, Jeff; $0) is a QB INCLUDE
| file and sample code to access file names,
| dates, times, sizes, and attributes.
DMOSHEL.ZIP 30262 10-16-93 DmoShell demonstrates how to shell to DOS,
| including the SVSCR routines for saving the
| screen first and restoring it upon return.
ERRLVL.ZIP 3115 10-16-93 ErrLevel (Janke, Mike; $0) contains a QB
| routine and linkable C object module that
| allow you to set errorlevel on exit from a
| QB program.
EXISTS.ZIP 1347 10-16-93 Exists (Rouse, Christopher P.; $0) is an
| assembler routine for QB which determines if
| a specified file exists.
FILEXST.ZIP 3883 10-16-93 FilExst (Sharpe, Randy; $0) shows how to use
| CALL INTERRUPT in your programs to take
| advantage of DOS Interrupt services. This
| example searches for a specified file name.
| Written for QB 4.5. Source included with
| good internal comments.
GCOPY.BAS 5363 02-26-84 GCopy will copy a file while in BASIC.
MR_OBJ.ZIP 45784 10-16-93 Mr_OBJ 0.05 (Russell, Scott M.; $20) is a
| set of routines written in assembler that
| allows the QuickBASIC programmer to access
| DOS functions.
QBFORM.ZIP 5513 10-16-93 QBFormat (Huth, Cornel; $0) is a QuickBASIC
| routine for formatting floppies.
READDIR.ZIP 3607 10-16-93 ReadDir (Editing Services Co.; $0) is an
| assembler routine for BASIC to read a DOS
| directory into a string array.
STREE.ZIP 33008 10-16-93 STree 2.0 (Smith, G.; $0) is source code for
| graphically displaying directory structures,
| files, file sizes, etc.
QB4_SUBS.ZIP 28562 10-16-93 QB4-Subs (Sparks, Kyle; $0) contains several
| subprograms for QB4: DISKTYPE, QDIR, QB4DIR,
| WINDOW and SETFTD, the latter being a file
| date and time editor. SYSCHECK is code to
| check on system equipment.
QBSAMP.ZIP 30791 10-16-93 QBSamp contains QB4 routines for doing an
| equipment check, a monographics screen dump
| for Epson and HPLJ printers, and a pop-up
| directory program. BAS and ASM code is
| included.
QBWIZ__.EXE 37702 07-23-92 QBWiz 1.3 (Hanlin, Thomas G. III; $0)
| provides access to QB 4.5 internals and lets
| you set the DOS errorlevel on exiting a
| program. Source code is included.
EXENAM.BAS 1516 02-15-93 ExeNam returns the path of the currently
| running program.
VOL_INF.EXE 19336 05-23-93 Vol_Inf (Kelly, Sidney J.; $0) is a routine
| for reading and setting disk volume labels.
AHNUTS_.EXE 27140 02-19-93 AHNuts 1.0 (Balentine, Lewis E.; $0) is an
| ASM library for reading directories,
| including subdirectories, date, time,
| attributes.
BASUPD_.EXE 31855 04-05-93 BasUpd 1.0 (Hanlin, Thomas G. III; $0) is a
| library of routines that adds PDS and Visual
| Basic commands to QuickBASIC. It includes
| disk routines, time/date functions and full
| source code.
AABAS 000000 00-00-00 AAL for BASIC 1.1 (Hanlin, Tom; $8)
| Affordable Alternative Library for
| QuickBasic 4.x is a collection has over 75
| BIOS and DOS-related routines and functions
| written entirely in assembler.
QCOPY__.COM 8172 06-24-93 Quick Copy 1.0 (Roepenack, S.; $0) allows
| you to copy files from within your QB
| programs.
DOSBASIC.ZIP 184344 10-13-93 DOSBASIC (Kelly, Sidney J.; $0) is a set of
| QBASIC/MASM routines that provide
| information concerning the hardware and
| software environment. Source and examples
| are included.
CAPLOCK.BAS 1095 08-14-86 Caplock how to check and set CapsLock and
| NumLock.
KB_FLAG.BAS 3398 10-16-93 KB_Flag shows keyboard scan codes.
STUFBUF.ZIP 941 10-16-93 StuffBuf is an assembler subroutine that is
| callable from QuickBASIC that will insert
| keystrokes into the type ahead keyboard
| buffer.
QBMOUSE.ZIP 5188 10-16-93 QBMouse (Sparks, Kyle; $0) is a routine
| demonstrating control of the mouse with QB4.
EZMOUSE.EXE 9977 01-20-92 EZMouse is a set of assembler mouse routines.
MOUSED_.EXE 44829 03-18-93 Mouse Designer (Whales Tale Software; $10)
| is a graphical mouse design utility. It
| outputs QB code and hex codes for producing
| the pointer you designed.
KEYBASIC.ZIP 96491 10-13-93 KeyBASIC (Kelly, Sidney J.; $0) is a set of
| QBASIC/MASM Mouse and keyboard routines that
| offer a fast mouse interface and easy access
| to the keyboard. The MASM source and OBJ
| files are included, along with sample BAS
| and EXE files.
BINSEEK.ZIP 2043 10-16-93 Binseek (Hanlin, Thomas III; $?) is a
| discussion of and a routine for doing binary
| searches of sorted data.
HEAPSORT.BAS 1536 04-07-82 Heapsort is a sort routine based on the
| Heapsort alogrithm.
MATCHVB.ZIP 3430 10-16-93 Match (McMahon, Brian J.; $?) contains two
| functions which aid in the validation of
| text and in searching files for text
| matching a specific pattern. Wild cards are
| supported .
QSORT.BAS 2694 04-14-84 QSort (Ford, Nelson, ASP; $0) demonstrates
| the QuickSort algorithm with graphic
| illustration.
SHELSORT.BAS 695 02-26-84 Shelsort is a "Shell" sort routine.
SHSORT.BAS 962 03-13-90 SHSort (Bathurst, Steve; $0) is a generic
| shell sort routine written in QB and to be
| used with a single key array.
SORT_BL.ZIP 6469 10-16-93 Sort (Buck, Lee; $0) shows a "Shell-Metzner"
| sort. The demonstration program SORTEST.BAS
| shows how to use the subroutine and also
| includes an interpreter BASIC version of a
| Shell-Metzner sort. This routine will only
| sort strings but it can be used to sort
| numbers if they are properly converted to a
| string.
SORTDEM.ZIP 7487 10-16-93 SortDemo is a demonstration program in
| QuickBASIC of six common sorting methods:
| bubble, exchange, heap, shell, insertion,
| and quick.
SOUNDEX.ZIP 2047 10-16-93 Soundex (Zuck, Jonathan; $0) is a set of
| three QuickBASIC functions for determining
| the Soundex code for a string: the original
| method, the "Hanlin" method, and a
| combination of each. Each of them have their
| advantages and disadvantages. ("Soundex" is
| a method of text searching that lets you
| search for "sounds like" matches.)
DAYS.BAS 3584 11-29-83 Days (Long, Lynn; $?) calculate number of
| days between dates.
JULIAN.BAS 4023 02-26-84 converts dates to/from Julian, Georgian, etc.
CLOCKS.ZIP 2892 10-16-93 Clocks (Satterfield, Dave; $0) is QB source
| code for a set of time-keeping programs: a
| hex clock, binary clock, color clock, bar
| clock, and a regular analog clock.
SYNTH.BAS 4593 08-02-90 is Basic source code for a simple app which
| draws a piano keyboard on the screen and
| lets the user play notes through the PC's
| speaker.
QBMIDI.ZIP 29219 10-15-93 is Basic source for accessing and
| controlling MIDI devices.
RPLAY__.EXE 4844 05-23-93 RPlay (Dersheimer, Rich; $0) is code for
| playing CMF files on Sound Blaster cards.
HPCL_JD.ZIP 3010 10-16-93 Hpcalc (HPCL-JD) (Dorsey, Jim; $0) is source
| code for an RPN type of calculator.
BCD_BAS.ZIP 12482 10-16-93 BCD_BAS 1.1 (Rouse, Christopher P.; $20) is
| a linkable subroutine for doing Binary Coded
| Decimal math. It is now compatible with
| Crescent Software's P.D.Q replacement
| library for QB.
CFIXQB.ZIP 8109 10-16-93 CFixQB (Mack, Jim; $0) is an assembler
| routine to round Currency variables at a
| given number of decimal places. ASM and OBJ
| files and sample code included.
HIMATH.ZIP 39049 10-16-93 HiMath (Jorgensen, Kevin T.; $10-$50) is a
| collection of higher math functions for QB
| that may be helpful in electrical circuit
| and vector analysis. Included are routines
| to solve double precision matrices, double
| precision complex number matrices, complex
| number arithmetic, inverse trig functions,
| and triangle solutions.
NUM2WORD.BAS 3151 03-05-84 Num2Word converts a number to the written
| form. eg: "120" to "One Hundred Twenty".
| Useful for a checkbook program.
NUVAL.ZIP 12370 10-16-93 NuVal (Mack, Jim; $0) is an assembly
| language subroutine (source, OBJ and QLB)
| that gives an integer-only version of QB's
| VAL function. Unlike QB's VAL, NuVal works
| only with long integers, does not crash in
| case of an overflow, stops evaluating at
| embedded spaces, and 20 times faster.
ROMAN.BAS 966 12-17-90 Roman is a BASICA code to convert from
| Arabic to Roman numerals.
QBMATH_.EXE 29578 05-06-93 QBMath (Katelansky, David; $10) is a math
| library for QuickBASIC.
VERICARD.BAS 1342 08-26-90 VeriCard.BAS (Ford, Nelson, ASP; $0) is a QB
| routine to verify credit card numbers via a
| checksum. This would be a good routine to
| add to order-entry or point-of-sale programs
| to catch typos when credit card numbers are
| entered.
NETWARE.ZIP 5861 10-16-93 NetWare 2 (San Miguel, Carlos and ProSoft;
| $0) is a library of subroutines for Netware
| that are intended to be linked with PDS 7.1.
SAYGET.ZIP 38787 10-16-93 @SAYGET is a set of routines for most BASICs
| to emulate the dBASE @..SAY..GET..READ
| statement.
BOPS.ZIP 18634 10-16-93 BOPS 1.1 (InfoNapse Systems; $0) calculates
| the most efficient page size to use for
| Btrieve files.
MHBTRV.ZIP 4663 10-16-93 MHBTRV 1.03 (MicroHelp, Inc.; $0) is a
| Btrieve interface module for use with MS
| BASIC PDS 7.0. It can be used with near or
| far strings and supports data records using
| variable-length and fixed-length strings.
ASCDUMP.ZIP 106299 10-17-93 AscDump (Davies, Christopher; $25) can
| import/export ASCII files to/from Btrieve
| files, browse Btrieve files and generate XQL
| table definitions for Btrieve files. Other
| features include support for CURRENCY data
| type, and files using MBF floating point
| numbers.
BASCRYPT.BAS 1562 02-27-91 BasCrypt (Ford, Nelson, ASP; $0) is a simple
| encryption routine that uses
| look-up/substitution.
CIPHER.BAS 591 10-15-93 Cipher is an encryption program.
KRYPTIC.ZIP 6125 10-16-93 Kryptic 1.0 (Customware Inc.; $5) is a data
| encryption/decryption library for QB 4.5.
CRCTEST.ZIP 2662 10-16-93 CRCtest (Jensen, Lyle; $0) is the source
| code for a CRC algorithm written in
| QuickBASIC.
DD_DEP.ZIP 15973 10-16-93 Directory Directory (DD-DEP) (Potter, David
| E.; $) is a routine that passes a string
| value by near reference from a QuickBASIC
| program to a Quick C routine. The purpose is
| to demonstrate the process of linking
| multi-language programs.
INTLAN.ZIP 27364 10-16-93 IntLan contains routines demonstrating
| procedures for use in QB4 and BASCOM 6 to
| call routines written in MASM, Fortran,
| Pascal and C.
BASCONV.COM 10897 03-13-90 BASCONV (Glass, Jim; $?) is for converting
| IBM Basic programs into Microsoft or IBM
| Fortran. It will not perform every detail of
| the conversion for you, but will perform the
| bulk of the drudgery. Careful inspection and
| editing of the resulting output file are
| vital if you wish to obtain a working
| Fortran program.
BASUPRT.COM 1684 03-13-90 BASUport allows you to unprotect an
| interpretive BASIC program saved with the P
| Parameter.
BDEX.COM 17716 09-06-90 BDEX (Beck, Randolph; $0) will facilitate
| conversion from BasicA to C, Pascal, or
| structured Basic. Commands are separated and
| unreferenced line numbers are removed. Any
| remaining line numbers are converted into
| labels and variables are listed separately.
BAS2QB_.COM 55962 01-18-91 Basic2QB 1.1 (Slivkoff, Michael; $10) helps
| convert interpretive BASIC code into QB
| code. It removes unreferenced line numbers
| and produces a referenced line number list.
RB58.COM 5376 08-27-85 RB58 (Buerg, Vernon D. & Ford, Nelson; $0)
| will convert old interpretive Basic
| tokenized source files to ASCII.
123_WRIT.ZIP 424685 10-17-93 123-Write (Vought, Thomas J.; $25) is a
| collection of assembly language routines to
| write Lotus 1-2-3 compatible spreadsheets
| directly from QB and PDS. Files written can
| be read from any Lotus 1-2-3 1a (or later)
| compatible program.
RS2IBM.ZIP 92433 10-15-93 Convert will translate programs from Radio
| Shack BASIC to IBM BASIC.
CLOCKDM.EXE 3472 06-19-92 Clock (DM Research Co; $0) is source code
| for an analog clock using VGA graphics,
| including a second hand.
PLUS5.ZIP 42270 10-16-93 Plus5 (Jindra, Reverend Frank; $0) is
| another appointment reminder program, of
| which there are many, but the QuickBASIC 4.0
| source code that comes with it is a very
| fine example of structured programming in
| QB4 and could be easily customized by the
| QB4 programmer.
QUIKCOM.ZIP 33478 10-16-93 QuickComm 1.0 (Cleary, David; $0-$50) is an
| interrupt driven communications library for
| QB4. Quickcom supports Com1 and Com2 at baud
| rates up to 112k.
PBTOOL_.EXE 312085 06-19-92 PBTool (Kellett, Andy; $20) is a collection
| of subroutines and example programs for the
| PowerBasic compiler. Over 65 files
| consisting of BASIC source code, many small
| utilities, and many executable files are
| provided.
PBWIZ.ZIP 217607 09-09-93 PowerBASIC Wizard's Library 1.8 [PBWIZ]
| (Hanlin, Thomas G. III; $29) is a library of
| nearly 325+ routines for PowerBASIC 3.0. It
| features archive viewing, disk directory
| viewing, 256-color VGA/SVGA/VESA graphic
| modes, BMP file support, keyboard control,
| EMS and XMS memory access, equipment
| detection, extended math and string
| routines, an equation solver, ANSI
| emulation, joystick support, SoundBlaster
| support, telecomm handling, and much more.
BITSTUF.COM 9877 08-15-90 Bitstuff (Mack, Jim; $0) contains the MASM
| source and .OBJ for a set of bit-level
| manipulation routines to use with QB/BC.
| These routines will let you maintain 16
| separate flags in a single integer, with
| quick access to any flag.
X10CMD.BAS 2581 05-12-92 X10CMD (Drury, Matt; $0) contains code that
| turns on, off, or dims an X10 module.
BAS_BUG@.EXE 58916 02-22-93 Bas_Bug is a list of 2000 bugs reports and
| technical tips for VB-DOS, PDS, QB and
| MSBasic. The Knowledgebase document number
| is given for those with access to CompuServe.
FUELGA_@.EXE 5433 01-20-93 Fuelga (Coyne, Aidan; $0) contains source
| code for fuel gauge-type form for use in
| VBDOS programs. A demo test file is also
| included.
INI_IO_@.EXE 4983 10-23-92 INI_IO (Six, Raymond W.; $0) is a set
| functions that emulate the Windows
| Get/WritePrivateProfile.
KPHONE_@.EXE 10255 03-16-93 Kphone (KAMware; $0) let's you create input
| boxes for entering formatted data, such as
| dates or telephone numbers.
PASSWORD.TXT 2583 10-14-92 PassWord (Six, Raymond W.; $0) shows how to
| set up a password style text box.
CTRLPNL@.EXE 12294 04-22-93 PMCtrlPanl (Blaney, Robert A.; $0) allows
| updates to ControlPanel properties. Source
| included.
VBHELP_@.EXE 24436 02-22-93 VBHelp (Microsoft Corporation; $0) makes it
| easy to create and edit help files and add
| help to your applications.
VBMAKE_@.EXE 10965 05-19-93 VBMake (Dennigan, Billy; $0) uses an
| existing MAK file to create a makefile
| containing a list of dependencies including
| $include files.
VWEZ.ZIP 320454 07-20-93 Windows R-E-Z VBDOS 6.1 (CONNECT Software;
| $38) is a window management system for
| VBDOS. Users can make, save, restore, and
| delete up to 20 windows. Memory used to save
| windowed areas is outside of BASIC's normal
| data storage area leaving more room for the
| BASIC programs data. Features include input
| windows, multi-field input screens, choice
| windows, choice bars, get answer windows,
| pulldown windows, scroll windows, directory
| routines, keyboard and mouse routines, and
| information line routines for printing
| messages, directions, or prompts.